home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / WINDOWS / GRAPHICS / WINPOV / WINPOV.TXT < prev   
Text File  |  1992-03-12  |  6KB  |  154 lines

  1. Whats new to version 1.43
  2. ============================================================
  3.  
  4.   o  Added support for Hicolor DAC display mode
  5.  
  6.   o  Changed resolution selection mechanism to slider
  7.  
  8.   o  Added save options on exit to save current state.
  9.  
  10. Version 1.42
  11.  
  12.   o  Removed WINPOV path.  It didn't serve any purpose.
  13.  
  14.   o  Added POVRAY.DEF file specification support.
  15.  
  16. Version 1.41
  17.  
  18.   o  Modified the path setup stuff to be more efficient.
  19.  
  20.   o  Added much more error trapping code.
  21.  
  22.   o  Cleaned up drop down menus.
  23.  
  24. Version 1.32:
  25.  
  26.   o  Fixed a bug that left zero byte files hanging around.
  27.  
  28.   o  Fixed a bug regarding resolution selection.
  29.  
  30.   o  Made the continue aborted render logic a bit more robust.
  31.  
  32.   o  Changed the way WINPOV invokes POVRAY to handle multiple PIF files.
  33.  
  34.   o  Added ability to change Windows editor and targa viewers.
  35.  
  36.   o  WINPOV will restart an aborted render if you select a targa file that
  37.      has not completed rendering.
  38.  
  39.   o  Supports running POVRAY in full screen to display rendering progress.
  40.  
  41.   o  Optionally will start background instances of POVRAY pre-minimized.
  42.  
  43.   o  Delete button next to file list
  44.  
  45.   o  Render quality setting (I can't believe I forgot that in 1.0)
  46.  
  47.  
  48.                                    WINPOV
  49.                             Mar 12 1992 - 21:11
  50.                               by Randy Antler
  51.                              CIS ID:71511,1015
  52.  
  53.  
  54. Well here it is!  The first front end processor for POV in Windows!
  55. Actually, it's just a pretty front end for choosing options and datafiles
  56. and such.  It allows you to select pretty much all of the POV options, but
  57. I might have forgotten a couple.  It is (hopefully) bug free, as I have
  58. tested all of the options myself, but it does let you do things with POV
  59. that don't necessarily work.  Such as resuming a trace with different
  60. display resolution, or using notepad to edit a targa file!
  61.  
  62. Please let me know of any bugs you find and or any enhancements you would
  63. like made.  After I get tired of playing around with the program, I'll 
  64. make the source code available.  But until then I prefer to release only 
  65. the executable version.  The program is written in Visual Basic with some 
  66. of the new custom control libraries that are becoming available.  The 
  67. executable size is only around 24K but you must have the Visual Basic DLL 
  68. file called VBRUN100.DLL, which is publicly available.  Also included is
  69. the file THREED.VBX needed for the custom controls.
  70.  
  71. Since POV ray is not actually running as a Windows application, you need
  72. to setup a PIF file that will allow POV to run in the background.  This is
  73. only possible for Windows users who can run in 386 Enhanced mode.  There
  74. are sample PIF files enclosed that I use with WINPOV that you can hack up
  75. to fit your environment.  If you have sufficient resources available on
  76. your machine you can actually kick off multiple POV ray sessions 
  77. simultaneously!
  78.  
  79. WINPOV also has the ability to launch the Windows notepad to facilitate
  80. editing your POV datafiles.  You can also print your POV from within 
  81. WINPOV by the same method.  The program keeps track of where the data files
  82. reside in a file call WINPOV.INI.  It is not recommended that you edit
  83. this file.  To setup WINPOV for your system, select Setup Path Info from
  84. the File menu.  Enter the pertinent information on the screen that follows
  85. and click the Save Configuration button.  Next choose the Setup Libraries
  86. option from the File menu and setup everything you need there as well.
  87.  
  88. If any of the path specifications are invalid or files that are expected
  89. there, are not present, WINPOV should present you with a warning box to
  90. that effect, and you can go back and change whatevery was wrong.  Here is
  91. a brief explaination of each path and its function within WINPOV:
  92.  
  93. PathSpec    Example
  94. =======================================================================
  95.  
  96. Datafile Path    d:\work\pov\dat
  97. This is the directory where you store your POV datafiles.
  98.  
  99. Include Path    d:\work\pov\inc
  100. This is the directory where you store your INC files.  May be the same
  101. as your datafile path.
  102.  
  103. Targa Path    d:\work\pov\targas
  104. This is the directory where POVRAY will be told to store its output.
  105.  
  106. PIF Path    d:\work\pov\winpov\povray.pif
  107. This is the path of the PIF file needed to execute POVRAY in background
  108. processing mode.  Each mode of POVRAY execution needs its own PIF file.
  109. Click each radio button in Current Path Setup and ensure that the PIF
  110. Path is pointing to the correct PIF file for that mode.
  111.  
  112. ----------------------------
  113.  
  114. DEF Path    d:\work\pov\povray.def
  115.  
  116. This is the path specification to the POVRAY definition file.
  117.  
  118. EditorPath    notepad.exe
  119.  
  120. Path specification of the Windows program you wish to use as your POV data 
  121. file editor.  This function will break if your program doesn't use the CUI 
  122. (common user interface) that Windows apps are supposed to follow.  For 
  123. example Alt-FO to open a file.
  124.  
  125. ViewerPath    f:\winrix\wr.exe
  126.  
  127. Path specification to a Windows targa viewing program.  Use SENDKEYS to send
  128. to commands needed to open the file, so don't use a DOS application here or 
  129. weird things will happen.  See note on EditorPath.
  130.  
  131. =======================================================================
  132.  
  133. WINPOV passes the parameters you've chosen to POVRAY in DOS by creating a
  134. POVRAY.DEF file in the current directory (or where you started WINPOV from) 
  135. and executing POVRAY with a dummy commandline parameter to get it read the 
  136. POVRAY.DEF file.  All of the options have been written to the DEF file so it
  137. doesn't really matter what parameter gets passed.  This parameter is recorded
  138. in the sample POVRAY.PIF file enclosed.  Be sure that the Startup Path in the 
  139. PIF file is the same as the PIF Path in the Setup Path Info screen.
  140.  
  141. Wish List / Future Features:
  142. ===========================================
  143.  
  144.     o    Keep track of image rendering times in Windows.
  145.  
  146.     o    Link 32x32 icon images to POV datafiles for browsing
  147.     (Just like Jim Nitchals' MAC version.  Looks great!)
  148.  
  149.     o    Use SSTOOLS.INI file for storing configuration info.
  150.  
  151.     o    Display image in a Windows window during rendering.
  152.  
  153. =============================================================================
  154.